home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Rednex / SHARED.DIR / 00864.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  250 b   |  12 lines

  1. on mouseUp
  2.   puppetSprite(40, 1)
  3.   if the castNum of sprite 40 = 817 then
  4.     set the castNum of sprite 40 to 818
  5.     updateStage()
  6.     set the movieRate of sprite 40 to 1
  7.   else
  8.     set the castNum of sprite 40 to 817
  9.     updateStage()
  10.   end if
  11. end
  12.